home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / SETUP.EXE / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  1997-04-30  |  2KB  |  99 lines

  1. object Form4: TForm4
  2.   Left = 347
  3.   Top = 204
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setup Progress'
  7.   ClientHeight = 150
  8.   ClientWidth = 331
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 10
  19.     Top = 95
  20.     Width = 311
  21.     Height = 10
  22.     Shape = bsBottomLine
  23.   end
  24.   object Label1: TLabel
  25.     Left = 95
  26.     Top = 15
  27.     Width = 226
  28.     Height = 19
  29.     Caption = 'Label1'
  30.   end
  31.   object Image1: TImage
  32.     Left = 10
  33.     Top = 16
  34.     Width = 32
  35.     Height = 32
  36.     AutoSize = True
  37.     Picture.Data = {<image000.ico>}
  38.   end
  39.   object Label3: TLabel
  40.     Left = 50
  41.     Top = 15
  42.     Width = 41
  43.     Height = 13
  44.     Caption = 'Copying:'
  45.   end
  46.   object Label2: TLabel
  47.     Left = 95
  48.     Top = 35
  49.     Width = 226
  50.     Height = 13
  51.     AutoSize = False
  52.     Caption = 'Label2'
  53.   end
  54.   object Label4: TLabel
  55.     Left = 50
  56.     Top = 35
  57.     Width = 39
  58.     Height = 13
  59.     Caption = 'Copy to:'
  60.   end
  61.   object Button1: TButton
  62.     Left = 246
  63.     Top = 115
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     TabOrder = 0
  69.     OnClick = Button1Click
  70.   end
  71.   object Panel2: TPanel
  72.     Left = 10
  73.     Top = 65
  74.     Width = 311
  75.     Height = 21
  76.     BevelOuter = bvNone
  77.     BorderStyle = bsSingle
  78.     Caption = 'Panel2'
  79.     TabOrder = 1
  80.     object Bar: TGauge
  81.       Left = 0
  82.       Top = 0
  83.       Width = 307
  84.       Height = 17
  85.       Align = alClient
  86.       Color = clSilver
  87.       Font.Color = clNavy
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       BorderStyle = bsNone
  92.       ForeColor = clNavy
  93.       ParentColor = False
  94.       ParentFont = False
  95.       Progress = 0
  96.     end
  97.   end
  98. end
  99.